data-raw/Removed functions/0_plot_stat.R

#  ------------------------------------------------------------------------
#' @rdname qplot_stat
#' @template same
#' @export
plot_stat <- function(sp, by, FUN = mean, ...) {
    # warning('Use `plot_stat` instead of `qplotStat`')
    qplot_stat(sp, by, FUN = FUN, ...)
}
GegznaV/spHelper documentation built on April 16, 2023, 1:42 p.m.